@charset "UTF-8";

.header-mobile{
    display: none;
}

.header.fix{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.header .header_top {
    width: 100%;
    background: #f2f2f2;
}

.header .header_top div.clearfix {
    padding: 0 40px;
}

.header .header_top .welcome {
    float: left;
}

.header .header_top .welcome p {
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.header .header_top .member {
    float: right;
}

.header .header_top .member p {
    font-size: 16px;
    line-height: 34px;
}

.header .header_top .member p a {
    color: #5457a0;
    padding-right: 30px;
    background: url('../images/icon_link_01.png') right center no-repeat;
    background-size: contain;
    font-weight: bold;
}

.header .header_nav {
    width: 100%;
    background: #0f125e;
}

.header .header_nav div.clearfix {
    padding: 0 40px;
    position: relative;
}

.header .header_nav .weblogo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 433px;
    z-index: 6;
}

.header .header_nav .weblogo a {
    display: block;
}

.header .header_nav .weblogo a img {
    max-width: 433px;
}

.header .header_nav .pc_menu {
    float: right;
}

.header .header_nav .pc_menu .menu_list,
.header .header_nav .pc_menu .search_container {
    float: left;
}

.header .header_nav .pc_menu .menu_list li {
    float: left;
    position: relative;
}

.header .header_nav .pc_menu .menu_list li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 25px;
    line-height: 80px;
}

.header .header_nav .pc_menu .menu_list li ul.menu_b{
    width: 100%;
    position: absolute;
    background: #0f125e;
    top: 80px;
    left: 0;
    z-index: 10;
    padding: 20px 0;
    display: none;
}

.header .header_nav .pc_menu .menu_list li ul.menu_b li{
    width: 100%;
    float: none;
}

.header .header_nav .pc_menu .menu_list li ul.menu_b li a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.header .header_nav .pc_menu .menu_list li ul.menu_b li:hover{
    background: #fff;
}

.header .header_nav .pc_menu .menu_list li ul.menu_b li:hover a{
    color: #0f125e;
}

.header .header_nav .pc_menu .search_container a {
    line-height: 80px;
}

.header .header_nav .pc_menu .search_container a img {
    vertical-align: middle;
}

.header .header_nav .pc_menu .language{
    float: left;
    margin-left: 20px;
}

.header .header_nav .pc_menu .language p{
    line-height: 80px;
    font-size: 16px;
    color: #fff;
}

.header .header_nav .pc_menu .language p a{
    color: #fff;
}

.sec_footer{
    background: #070936;
    padding-top: 66px;
}

.sec_footer .footer_menu ul.clearfix>li{
    width: clamp(100px, calc(1.6667vw + 84px), 116px);
    float: left;
    margin-left: clamp(18px, calc(2.9167vw - 10px), 46px);
}


.sec_footer .footer_menu ul.clearfix>li.marginZero{
    margin-left: 0;
}

.sec_footer .footer_menu ul.clearfix>li.last_contact{
    width: 228px;
}

.sec_footer .footer_menu ul.clearfix>li h6{
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #aaa;
}

.sec_footer .footer_menu ul.clearfix>li h6 a{
    color: #fff;
}

.sec_footer .footer_menu ul.clearfix>li .menu_second{
    margin-top: 30px;
}

.sec_footer .footer_menu ul.clearfix>li .menu_second p{
    font-size: 14px;
    line-height: 28px;
    word-break: break-all;
    width: 100%;
}

.sec_footer .footer_menu ul.clearfix>li .menu_second p a{
    color: #aaa;
}

.sec_footer .footer_bottom{
    margin-top: 60px;
    border-top: 1px solid #aaa;
    padding: 30px 0;
    background: #fff;
}

.sec_footer .footer_bottom div .copyright{
    float: left;
}

.sec_footer .footer_bottom div .copyright p,
.sec_footer .footer_bottom div .copyright p a{
    font-size: 14px;
    color: #070936;
    line-height: 50px;
}

.sec_footer .footer_bottom div .share{
    float: right;
}

.sec_footer .footer_bottom div .share a,
.sec_footer .footer_bottom div .share a img{
    display: inline-block;
    font-size: 0;
    width: 36px;
    height: 36px;
    float: none;
    padding: 0;
}

.sec_footer .footer_bottom div .share a.bds_weixin{
    background: url('../images/icon_wx.png') center no-repeat;
}

.sec_footer .footer_bottom div .share a.map_button{
    background: url('../images/icon_map.png') center no-repeat;
}

/* 地图 */
.map_container{
    width: 100%;
    height: 100%;
    background: url('../images/video_bg.png');
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.map_container .wraper{
    position: relative;
}

.map_container .wraper .close_map{
    width: 60px;
    height: 60px;
    background: url(../images/27_icon_02.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -100px;
    cursor: pointer;
}



@media screen and (min-height: 600px) {
    .section3.index .sec_footer .footer_bottom{
        margin-top: 20px;
        padding: 15px 0;
    }
}


@media screen and (min-height: 920px) {
    .section3.index .sec_footer .footer_bottom{
        margin-top: 108px;
    }
}

@media screen and (min-height: 948px) {
    .section3.index .sec_footer .footer_bottom{
        margin-top: 140px;
    }
}


@media screen and (min-height: 974px) {
    .section3.index .sec_footer .footer_bottom{
        margin-top: 186px;
    }
}




